home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / md5_encrypt < prev    next >
Text File  |  2001-04-05  |  273b  |  18 lines

  1. SYNOPSIS
  2.  
  3.         string md5_encrypt(string arg)
  4.  
  5. DESCRIPTION
  6.         Create and return a MD5 message digest from the string <arg>.
  7.  
  8. EXAMPLES
  9.         string s;
  10.  
  11.         s = md5_encrypt("Hello, world!");
  12.  
  13. HISTORY
  14.         Introduced in LDMud 3.2.9
  15.  
  16. SEE ALSO
  17.         crypt(E)
  18.